make git-remote-annex link available to test suite
authorJoey Hess <joeyh@joeyh.name>
Fri, 10 Jan 2025 15:01:43 +0000 (11:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 10 Jan 2025 15:01:43 +0000 (11:01 -0400)
.appveyor.yml

index e6ac3d2e215e369154e5847fe332127171017045..428159e0ff8130211df35e5631d1199272a7110d 100644 (file)
@@ -121,6 +121,7 @@ test_script:
   - cmd: C:\Users\appveyor\AppData\Roaming\local\bin\git-annex.exe test
   - sh: ln -s $(stack path --local-bin)/git-annex git-annex
   - sh: ln -s $(stack path --local-bin)/git-annex git-annex-shell
+  - sh: ln -s $(stack path --local-bin)/git-annex git-remote-annex
   - sh: PATH=`pwd`:$PATH; export PATH; git-annex test
 
 #after_test: